.ubea-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.ubea-container .p{
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  #ubea-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #ubea-header .btn {
    display: block;
    width: 100%;
  }
}

#ubea-header,
#ubea-counter,
.ubea-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.ubea-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

form label {
  font-weight: normal !important;
}

#ubea-header .display-tc,
#ubea-counter .display-tc,
.ubea-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#ubea-header .display-tc h1, #ubea-header .display-tc h2,
#ubea-counter .display-tc h1,
#ubea-counter .display-tc h2,
.ubea-cover .display-tc h1,
.ubea-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#ubea-header .display-tc h1,
#ubea-counter .display-tc h1,
.ubea-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #ubea-header .display-tc h1,
  #ubea-counter .display-tc h1,
  .ubea-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#ubea-header .display-tc h2,
#ubea-counter .display-tc h2,
.ubea-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#ubea-counter {
  text-align: center;
}
#ubea-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #a4c639;
  font-weight: 100;
  display: block;
}
#ubea-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #ubea-counter .feature-center {
    margin-bottom: 30px;
  }
}
#ubea-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#ubea-counter .icon i {
  height: 70px;
}
#ubea-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#ubea-products,
#ubea-subscribe,
#ubea-footer,
#ubea-faq,
.ubea-section {
  padding: 5em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ubea-products,
  #ubea-subscribe,
  #ubea-footer,
  #ubea-faq,
  .ubea-section {
    padding: 3em 0;
  }
}
.ubea-section.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

#ubea-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 30	px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  border: 1px solid #eaeaea;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #a4c639;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 18px;
  color: #000;
  position: relative;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #a4c639;
}
.feature-left .feature-copy {
  float: right;
  width: 85%;
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #a4c639;
  margin-bottom: 10px;
}

.ubea-heading {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .ubea-heading {
    margin-bottom: 3em;
  }
}
.ubea-heading.ubea-heading-sm {
  margin-bottom: 2em;
}
.ubea-heading h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ubea-heading h2 {
    font-size: 28px;
  }
}
.ubea-heading h2:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50px;
  margin-left: -25px;
  height: 2px;
  left: 50%;
  background: #a4c639;
}
.ubea-heading h2.ubea-left:before {
  left: 0;
  margin-left: 0;
}
.ubea-heading p {
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .ubea-heading p {
    font-size: 18px;
  }
}


.ubea-section-overflow {
  overflow: hidden;
  position: relative;
}

#ubea-services .feature-left .icon i {
  color: #cccccc !important;
}
#ubea-services .feature-left h3 {
  color: #a4c639;
  font-size: 22px;
}

/*# sourceMappingURL=style.css.map */
